klotz: programming languages*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Moreover, LAMBDA is the true lambda that we know and love: a lambda can be an argument to another lambda or its result; you can define the Church numerals; lambdas can return lambdas, so you can do currying; you can define a fixed-point combinator using LAMBDA and hence write recursive functions; and so on. (Additionally, since lambdas can be named, they can directly call themselves recursively, which is much more convenient than using a fixed-point combinator.)
  2. 2021-01-28 Tags: , , , , , by klotz
  3. 2020-11-20 Tags: , , by klotz
  4. monotonically_increasing_id
    2020-05-26 Tags: , , , , by klotz
  5. 2020-01-23 Tags: , by klotz
  6. 2019-07-26 Tags: , , , , by klotz
  7. 2019-06-30 Tags: , , , , , , by klotz
  8. df.withColumn("rank", rank().over(Window.partitionBy("Dept_id").orderBy($"salary".desc)))
    .filter($"rank" <= 3)
    .drop("rank")
    2019-06-24 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: programming languages

About - Propulsed by SemanticScuttle